home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / slide.exe / dm.dsl / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1998-05-22  |  2KB  |  82 lines

  1. object Form1: TForm1
  2.   Left = 184
  3.   Top = 117
  4.   Width = 800
  5.   Height = 600
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   WindowState = wsMaximized
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 76
  19.     Top = 30
  20.     Width = 641
  21.     Height = 463
  22.     Center = True
  23.   end
  24.   object Button1: TButton
  25.     Left = 260
  26.     Top = 514
  27.     Width = 75
  28.     Height = 25
  29.     Caption = '< Back'
  30.     TabOrder = 0
  31.     OnClick = Button1Click
  32.   end
  33.   object Button2: TButton
  34.     Left = 454
  35.     Top = 514
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Next >'
  39.     TabOrder = 1
  40.     OnClick = Button2Click
  41.   end
  42.   object Timer1: TTimer
  43.     OnTimer = Timer1Timer
  44.     Left = 11
  45.     Top = 42
  46.   end
  47.   object MainMenu1: TMainMenu
  48.     Left = 12
  49.     Top = 79
  50.     object File1: TMenuItem
  51.       Caption = '&File'
  52.       object Quit1: TMenuItem
  53.         Caption = '&Quit'
  54.         OnClick = Quit1Click
  55.       end
  56.     end
  57.     object Screensize1: TMenuItem
  58.       Caption = '&Screensize'
  59.       object N800x6001: TMenuItem
  60.         Caption = '800 x 600'
  61.         Checked = True
  62.         OnClick = N800x6001Click
  63.       end
  64.       object N640x4801: TMenuItem
  65.         Caption = '640 x 480'
  66.         OnClick = N640x4801Click
  67.       end
  68.     end
  69.     object Info1: TMenuItem
  70.       Caption = '&Info'
  71.       object MoreInfo1: TMenuItem
  72.         Caption = '&MoreInfo'
  73.         OnClick = MoreInfo1Click
  74.       end
  75.       object About1: TMenuItem
  76.         Caption = '&About'
  77.         OnClick = About1Click
  78.       end
  79.     end
  80.   end
  81. end
  82.